projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6511a
)
Add colon-space after prompt
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 6 Aug 2021 08:34:02 +0000
(11:34 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 6 Aug 2021 08:36:14 +0000
(11:36 +0300)
* lisp/progmodes/project.el (project--completing-read-strict):
Fix last change's regression (bug#49865).
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 6a330ecb2b3a69b83d4459e2165d3da75b8de564..b7101754779dc5a59806b104970b088169f92554 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-885,7
+885,7
@@
PREDICATE, HIST, and DEFAULT have the same meaning as in
(lambda ()
(let ((minibuffer-default default))
(minibuffer-default-add-completions)))))
- (completing-read
prompt
+ (completing-read
(format "%s: " prompt)
collection predicate 'confirm
nil
hist)))